Go to the documentation of this file.00001
00010 #ifndef _TFCPLAY_H_
00011 #define _TFCPLAY_H_
00012
00013
00021 void TFC_init(const u8* music);
00022
00029 void TFC_frame();
00035 u16 TFC_isPlaying();
00042 void TFC_play(u16 play);
00043
00044 #endif // _TFCPLAY_H_
00045